***Antipattern***
Count: 1
- /nodeinfo  Get node info

***Pattern***
Count: 13
- /events  Find events. Finds event satisfying provided criteria.
- /bundle/bundleId  Fetch bundle. Fetches a bundle by identifier
- /assets/assetId/events  Create an event. Places (after intensive validations) the provided event object into the system.Warning Message sender needs to have create event permission
- /accounts/accountAddress  Get account. Warning Request sender needs to have manage accounts permission
- /assets  Find assets. Finds assets satisfying provided criteria.
- /bundle/bundleId/info  Fetch bundle metadata. Fetches a bundle metadata by identifier
- /accounts  Add account. Warning Request sender needs to have register accounts permission
- /events/eventId  Fetch event. Fetches an event by identifier
- /accounts  Find accounts. Warning Request sender needs to have manage accounts permissionFinds accounts satisfying provided criteria.
- /token  Create token
- /accounts/accountAddress  Modify account. Warning Request sender needs to have manage_accounts permission. It is not possible to modify protected accounts and accounts belonging to different organizations.
- /assets/assetId  Fetch an asset by Id. Fetches asset with provided assetId in the system.
- /assets  Create an asset. Places (after intensive validations) the provided asset object into the system. Warning Request sender needs to have create asset permission
